home *** CD-ROM | disk | FTP | other *** search
- /
- ! CosmoCode helpmap file
- !
- ! This file is merged into the program's X resource database on startup.
- ! All items must conform to standard app-defaults file syntax.
- ! This file allows you to define help menu items and help topics for a
- ! program. There are a few help menu items defined by the help menu code
- ! (such as Click for Help and Product Information.) If you don't see a
- ! help menu item in this file, and it appears on the help menu, you need
- ! to talk to the developers about changing/removing it.
- !
- !
- ! Help menu item syntax for non Click-for-Help items
- ! __________________________________________________
- !
- ! Help menu items must be named with sequential numbers starting
- ! with 1. The syntax for identifying a menu item is as follows:
- !
- ! toplevelwindow*toplevelwindow1
- !
- ! Examples:
- ! CosmoCode*CosmoCode1
- ! Jvb*Jvb1
- !
- !
- ! An item is one of:
- !
- ! ITEM - Normal help menu item
- ! SUBMENU - Start a submenu
- ! SEP - Insert menu separator
- ! SKIP - Skip this item
- !
- ! To create a menu item that links directly to a web page:
- !
- ! item1: ITEM
- ! item1.labelString: menu item label (text that appears on the menu)
- ! item1.helpKey: help_to_display (for Cosmo Code, a file URL)
- !
- !
- ! To create a separator:
- ! item2: SEP
- !
- ! To create a submenu, mark the item as SUBMENU and then create
- ! items for the submenu. For example:
- ! ***THe following needs testing, instructions unclear****
- !
- ! item3: SUBMENU
- ! item3.labelString: menu item label
- !
- ! item3*item1: ITEM
- ! item3*item1.labelString: submenu item label
- ! item3*item1.helpKey: help_to_display (for CCode, file URL)
- !
- ! item4: ITEM
- ! item4.labelString: menu item label
- ! item4.helpKey: help_to_display (for Cosmo Code, a file URL)
- !
- ! Items with a helpKey of 'TBD' will be grayed out on the help menu.
- !
- !
- ! Default Help Topic to Display
- ! -----------------------------
- !
- ! You should specify a default help page that will be
- ! displayed if a menu item does not have a help topic. Use the
- ! defaultHelpKey resource to do this.
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- ! Default help topic for cards and source panel !
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- CosmoCode*CosmoCode.defaultHelpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
-
-
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- ! Non-click for help menu items for Project, Debug and Static Decks !
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- CosmoCode*CosmoCode1: ITEM
- CosmoCode*CosmoCode1.labelString: Home Page
- CosmoCode*CosmoCode1.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
-
-
- CosmoCode*CosmoCode2: ITEM
- CosmoCode*CosmoCode2.labelString: Quick Start
- CosmoCode*CosmoCode2.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?strthere.htm
-
- CosmoCode*CosmoCode3: SUBMENU
- CosmoCode*CosmoCode3.labelString: GettingAround
-
-
- CosmoCode*GettingAround1: ITEM
- CosmoCode*GettingAround1.labelString: Cosmo Code
- CosmoCode*GettingAround1.helpKey:\
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?int_pro.htm
-
- CosmoCode*GettingAround2: ITEM
- CosmoCode*GettingAround2.labelString: Source Panel
- CosmoCode*GettingAround2.helpKey:\
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/socard_r.htm
-
- CosmoCode*GettingAround3: ITEM
- CosmoCode*GettingAround3.labelString: Card Panel
- CosmoCode*GettingAround3.helpKey:\
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cards_r.htm
-
- CosmoCode*GettingAround4: ITEM
- CosmoCode*GettingAround4.labelString: Visual Builder
- CosmoCode*GettingAround4.helpKey:\
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
-
- CosmoCode*CosmoCode4: ITEM
- CosmoCode*CosmoCode4.labelString: Tutorial
- CosmoCode*CosmoCode4.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../tut/toc_u.htm
-
-
- CosmoCode*CosmoCode5: SEP
-
- CosmoCode*CosmoCode6: ITEM
- CosmoCode*CosmoCode6.labelString: Managing Projects
- CosmoCode*CosmoCode6.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/prfile_t.htm
-
- CosmoCode*CosmoCode7: ITEM
- CosmoCode*CosmoCode7.labelString: Designing an Interface
- CosmoCode*CosmoCode7.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/genstp_t.htm
-
- CosmoCode*CosmoCode8: ITEM
- CosmoCode*CosmoCode8.labelString: Compiling and Running Programs
- CosmoCode*CosmoCode8.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/prcomp_t.htm
-
- CosmoCode*CosmoCode9: ITEM
- CosmoCode*CosmoCode9.labelString: Using Breakpoints
- CosmoCode*CosmoCode9.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/bpoint_t.htm
-
- CosmoCode*CosmoCode10: ITEM
- CosmoCode*CosmoCode10.labelString: Examining Data
- CosmoCode*CosmoCode10.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/data_t.htm
-
-
- CosmoCode*CosmoCode11: ITEM
- CosmoCode*CosmoCode11.labelString: Working with Source Files
- CosmoCode*CosmoCode11.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/source_t.htm
-
- CosmoCode*CosmoCode12: ITEM
- CosmoCode*CosmoCode12.labelString: Viewing and Switching Threads
- CosmoCode*CosmoCode12.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/thread_t.htm
-
- CosmoCode*CosmoCode13: ITEM
- CosmoCode*CosmoCode13.labelString: Browsing and Editing Classes
- CosmoCode*CosmoCode13.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/classes_t.htm
-
- CosmoCode*CosmoCode14: ITEM
- CosmoCode*CosmoCode14.labelString: Browsing Methods
- CosmoCode*CosmoCode14.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/meths_t.htm
-
- CosmoCode*CosmoCode15: ITEM
- CosmoCode*CosmoCode15.labelString: Running Queries
- CosmoCode*CosmoCode15.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/query_t.htm
-
- CosmoCode*CosmoCode16: SEP
-
- CosmoCode*CosmoCode17: ITEM
- CosmoCode*CosmoCode17.labelString: Java Tools
- CosmoCode*CosmoCode17.helpKey: \
- file:/usr/java/webdocs/tools/index.html
-
- CosmoCode*CosmoCode18: ITEM
- CosmoCode*CosmoCode18.labelString: Java-to-MIPS Translator
- CosmoCode*CosmoCode18.helpKey: \
- file:/usr/java/webdocs/translation.html
-
- CosmoCode*CosmoCode19: ITEM
- CosmoCode*CosmoCode19.labelString: Java API
- CosmoCode*CosmoCode19.helpKey: \
- file:/usr/java/webdocs/api/API_users_guide.html
-
- CosmoCode*CosmoCode20: ITEM
- CosmoCode*CosmoCode20.labelString: Release Notes
- CosmoCode*CosmoCode20.helpKey: \
- file:/usr/CosmoCode/webdocs/relnote.htm
-
- CosmoCode*CosmoCode21: ITEM
- CosmoCode*CosmoCode21.labelString: Feedback
- CosmoCode*CosmoCode21.helpKey: \
- file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?feedback.htm
-
-
- !!!!!!!!!!!!!!!!!!!!!!!!
- ! Click for Help !!
- !!!!!!!!!!!!!!!!!!!!!!!!
-
- !! Main window pieces
-
- CosmoCode*threadBarSeparator.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
- CosmoCode*controller.pane.sash.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
- CosmoCode*controller.pane.separator.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
- CosmoCode*controller.pane.pane12.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
- CosmoCode*helpBar.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
- CosmoCode*componentArea.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
-
- !! All menus on the menu bar go to the menus page
-
- CosmoCode*menuBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
-
-
- !! All Control buttons go to the Control Buttons page
-
- CosmoCode*debugToolBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbuts_r.htm
-
- CosmoCode*buttonBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbuts_r.htm
-
-
- !! Thread Bar
-
- CosmoCode*runBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/thread_r.htm
-
-
- !! Status line
-
- CosmoCode*statusLine*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
-
-
- !! Source Panel
-
- CosmoCode*source*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/socard_r.htm
-
-
- !! Tabs
-
- CosmoCode*tabPanel*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cards_r.htm
-
-
- !! Project card
-
- CosmoCode*fileView*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prcard_r.htm
-
-
- !! Overview card
-
- CosmoCode*graph*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
-
- CosmoCode*Graph*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
-
- CosmoCode*Graph_overview*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
-
-
- !! Class card
-
- CosmoCode*classCard*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/clcard_r.htm
-
-
- !! Query card
-
- CosmoCode*queryCard*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/qucard_r.htm
-
-
- !! Breakpoints card
-
- CosmoCode*trapForm*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/bpcard_r.htm
-
-
- !! Callstack card
-
- CosmoCode*callStack*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cacard_r.htm
-
- CosmoCode*callStackSW*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cacard_r.htm
-
-
- !! Data card
-
- CosmoCode*data*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/dacard_r.htm
-
-
- !! Command card
-
- CosmoCode*cmdLine*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cocard_r.htm
-
-
- !! Build card
-
- CosmoCode*builder*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbld_r.htm
-
-
- !! Execution card
-
- CosmoCode*executionSW*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/excard_r.htm
-
-
- !! Preferences dialog
-
- CosmoCode*prefDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prefs_r.htm
-
-
- !! Call Graph window
-
- CosmoCode*call_graph_view*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
-
- CosmoCode*graph.[java.lang.Object] boolean equals(java.lang.Object)*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
-
- CosmoCode*call_graph_window.menuBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
-
- CosmoCode*call_graph_window*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
-
-
- !! Breakpoint dialog
-
- CosmoCode*trapDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/bpdial_r.htm
-
-
- !! Edit Macro Commands dialog
-
- CosmoCode*editMacroCommands*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/edit_r.htm
-
-
- !! Edit Shell Commands dialog
-
- CosmoCode*editShellCommands*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/edit_r.htm
-
-
- !! Find dialog
-
- CosmoCode*findDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
-
-
- !! New Project dialog
-
- CosmoCode*ProjectNewDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/newprj_r.htm
-
-
- !! Project Settings dialog
-
- CosmoCode*Project Settings*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prset_r.htm
-
-
- !! Replace dialog
-
- CosmoCode*replaceDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
-
-
-
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- ! Help topics for help buttons in Cosmo Code dialogs !
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- ! help button for preferences dialog
- CosmoCode*prefDialog.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prefs_r.htm
-
- ! help button for Project Settings dialog
- CosmoCode*ProjectSettings.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prset_r.htm
-